

/* Start:/local/templates/altarent_2021 actual/components/bitrix/news.list/hero_banner/style.css?1747270402870*/
.hero {
    position: relative;
    background-image: url('/local/templates/altarent_2021 actual/components/bitrix/news.list/hero_banner/img/hero.jpg');
    background-size: cover;
    background-position: center;
    border-radius: 12px;
    height: 139px;
    color: white;
    overflow: hidden;
    margin: 0 0 40px;
  }
  
  .hero-overlay {
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    display: flex;
    align-items: center;
    border-radius: 12px;
  }
  
  .hero-content {
    padding: 0 0 0 40px; /* отступ слева и снизу */
  }
  
  .hero h1 {
    font-family: Open Sans;
    font-weight: 600;
    font-size: 28px;
    color: white;
    line-height: 140%;
    margin: 0;
  }
  
  .hero-description {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #555555;
    margin: 0 0 70px;
}

  

/* End */


/* Start:/local/templates/altarent_2021 actual/components/bitrix/system.pagenavigation/visual_25/style.css?17471327465329*/
.bx_pagination_bottom *{vertical-align: baseline;}
.bx_pagination_bottom{
	color: #8d8d8d;
	font-size:11px;
}

.bx_pagination_bottom .bx_pagination_section_one{
	display: flex;
    justify-content: center;
    margin: 30px 0;
}
.bx_pagination_bottom .bx_pagination_section_two{
	float: right;
	text-align: right;
}
.bx_pagination_bottom .bx_pg_section{
	display: inline-block;
	height: 30px;
	vertical-align: top;
	line-height: 30px;
}

.bx_pagination_bottom .bx_pagination_select_container{display: inline-block;}
.bx_pagination_bottom .bx_pagination_select_container select{
	position: relative;
	margin: 2px 20px 2px 10px;
	padding: 1px 25px 3px 5px;
	height: 22px;
	outline: none;
	border: 1px solid #e0e0e0;
	border-radius: 1px;
	background: #fff url(/local/templates/altarent_2021 actual/components/bitrix/system.pagenavigation/visual_25/images/select_arrow.png) no-repeat right center;
	color: #8d8d8d;
	font-size: 11px;
	line-height: 16px;
	resize: none;
	-webkit-appearance: none;
}
@-moz-document url-prefix(){
	.bx_pagination_bottom .bx_pagination_select_container select{
		background: #fff !important;
		padding-right: 5px;
	}
}


.bx_pagination_bottom .bx_pagination_page{
	white-space: nowrap;
	font-size: 12px;
}
.bx_pagination_bottom .bx_pagination_page ul{
	/*display: inline-block;*/
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.bx_pagination_bottom .bx_pagination_page li{
	display: inline-block;
	width: 25px;
	color: #8d8d8d;
	text-align: center;
	line-height: 25px;
	font-size: 16px;
	border: 1px solid #ddd;
}
.bx_pagination_bottom .bx_pagination_page li a{
	margin: 0 5px;
	cursor: pointer;
	display: block;
	/*width: 25px;*/
	color: #8d8d8d;
	text-align: center;
	text-decoration: none;
	line-height: 25px;
}
.bx_pagination_bottom .bx_pagination_page li a:hover{color: #555;}
.bx_pagination_bottom .bx_pagination_page li.bx_active{
	border: 1px solid #e04622;
	background: #e04622;
    color: white;
	box-shadow: inset 0 2px 2px 0 rgba(0,0,0,.1);
}
.bx_pagination_bottom .bx_pagination_page li:first-child{
	    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    height: 27px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 2px;
}
.bx_pagination_bottom .bx_pagination_page li:first-child a{
	display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;

}
.bx_pagination_bottom .bx_pagination_page li:last-child{
	border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    height: 27px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 2px;
}
.bx_pagination_bottom .bx_pagination_page li:last-child a{
	display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;

}

.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num{display: block;}
.bx_pagination_bottom .bx_pg_section.bx_pg_show_col select{margin-right: 5px;}


.bx_pagination_bottom .bx_wsnw{white-space: nowrap;}

.button-loadmore-new {
	cursor: pointer;
    font-size: 14px;
    padding: 8px 20px 6px;
    color: white;
    background: #ff4419;
    box-shadow: 0 4px 10px rgb(0 0 0 / 10%);
    border-radius: 10px;
}

.button-loadmore-container {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
}

/*1*/
@media (min-width:981px){

}
/*2*/
@media (min-width:640px) and (max-width:980px){

}
/*3*/
@media (min-width:480px) and (max-width:639px) {
	.bx_pagination_bottom .bx_pagination_select_container select{margin-right: 10px;}
}
/*4*/
@media (max-width:479px) {
	.bx_pagination_bottom .bx_pagination_section_one{ }
	.bx_pagination_bottom .bx_pagination_section_two{
		float: none;
		text-align: left;
	}
	.bx_pagination_bottom .bx_pagination_select_container{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 47%;
	}
	.bx_pagination_bottom .bx_pagination_select_container select{
		display: block;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin-right: 0 !important;
		width: 90%;
	}
	.bx_pagination_bottom .bx_pg_section{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		text-align: left;
	}
	.bx_pagination_bottom .bx_pagination_page{white-space: normal;}
	.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num{width: 100%;height: auto;text-align: center;}
	.bx_pagination_bottom .bx_pg_section.bx_pg_show_col{display: none;}
	.bx_pagination_bottom .bx_pg_text{
		display: inline-block;
		width: 50%;
	}
	.bx_pagination_bottom .bx_pg_section.pg_pagination_num .bx_pg_text{display: none;}
}
/*5*/
@media (max-width:320px){
}

.bx_pagination_bottom .bx_pagination_section_one,
.bx_pagination_bottom .bx_pagination_section_two,
.bx_pagination_bottom .bx_pagination_select_container,
.bx_pagination_bottom .bx_pagination_select_container select,
.bx_pagination_bottom .bx_pg_section,
.bx_pagination_bottom .bx_pagination_page,
.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num,
.bx_pagination_bottom .bx_pg_section.bx_pg_show_col,
.bx_pagination_bottom .bx_pg_text,
.bx_pagination_bottom .bx_pg_section.pg_pagination_num .bx_pg_text{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* End */


/* Start:/local/templates/altarent_2021 actual/components/bitrix/news/template2/bitrix/news.list/.default/style.css?17472706621158*/
.articles-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
	justify-content: center;
}

.article-card {
    width: 261px;
    max-height: 328px;
    background: #fff;
    border-radius: 7px;
    box-shadow: 0 3px 8px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    overflow: hidden;
	box-shadow: 0px 2px 10px 0px #00000033;
}

.article-image {
    width: 100%;
    height: 158px;
    object-fit: cover;
	border-radius: 7px;
}

.article-body {
    padding: 15px;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}

.article-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
    flex-shrink: 0;
}

.article-title a {
    text-decoration: none;
    color: #000;
	font-family: Open Sans;
	font-weight: 600;
	font-size: 14px;
	line-height: 130%;
}

.article-excerpt {
    font-size: 14px;
    color: #555;
    margin-bottom: auto; 
	font-family: Open Sans;
	font-weight: 400;
	font-size: 12px;
	line-height: 130%;
}

.article-date {
    font-size: 12px;
    color: #999;
    margin-top: 10px;
	text-align: right;
}

.articles-grid ~ .pagination{
	width: 100%;
    margin: 0 0 20px;
}



/* End */


/* Start:/local/templates/altarent_2021 actual/components/bitrix/news.list/advantages/style.css?1747137168816*/
.advantages {
  padding: 40px 0;
}

.advantages-title {
  font-family: Open Sans;
font-weight: 600;
font-size: 24px;
line-height: 130%;
  margin-bottom: 30px;
}

.advantages-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.advantage-item {
  width: 191px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.advantage-icon img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  margin-bottom: 15px;
}

.advantage-title {
  font-family: Open Sans;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  margin-bottom: 30px;
  margin-bottom: 10px;
  color: #111111;
  text-align: center;
}

.advantage-text {
  font-family: Open Sans;
font-weight: 400;
font-size: 14px;
line-height: 130%;
text-align: center;
  color: #555;
}

/* End */


/* Start:/local/templates/altarent_2021 actual/components/bitrix/catalog.section/CardSlider/style.css?17471798612236*/
 .catalog-section-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}
.main-slider-container{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.main-slider{
	width: calc(100% - 40px);
}

.main-slider .slick-track{
	display: flex;
}

.main-slider .slick-slide{
	height: auto;
}

.main-slider-arrow-left,
.main-slider-arrow-right{
	cursor: pointer;
	height: 50px;
	width: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	appearance: none;
	background-color: transparent;
	border: none;
	padding: 0;
}

.main-slider-arrow-left path,
.main-slider-arrow-right path{
	transition: stroke .3s ease;
}

.main-slider-arrow-left:hover path,
.main-slider-arrow-right:hover path{
	stroke: #FF4419;
}

.flex-block {
	display: flex
}

.flex-block.flex-wrap {
	flex-wrap: wrap
}

.flex-block.justify-around {
	justify-content: space-around
}

.flex-block.justify-between {
	justify-content: space-between
}

.product-item-image-wrapper {
	display: flex;
	justify-content: center;
	margin-right: auto !important;
	margin-left: auto !important;
	padding: 0 10px;
	margin-bottom: 10px;
}

.product-item-image-wrapper img {
	max-width: 100%;
	max-height: 150px;
	width: auto;
	object-fit: contain;
}

.wrap-prices {
	text-align: right;
	padding-right: 8px;
	width: calc(100% - 110px)
}

.wrap-prices .old-str,
.wrap-prices .price-str {
	display: flex;
	justify-content: space-between;
	align-items: center
}

.wrap-prices .old-str .old-str-val {
	font-size: 12px;
	line-height: 14px;
	color: #ff4419
}

.wrap-prices .fa-rub {
	margin-left: 5px;
	font-size: calc(1em - 2px)
}

.wrap-prices .oldPrice {
	font-size: 12px;
	line-height: 14px;
	position: relative;
	padding: 0 2px
}

.wrap-prices .price {
	font-size: 18px;
	line-height: 21px
}

.wrap-prices .oldPrice:before {
	content: "";
	border-bottom: 1px solid #777;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50%;
	z-index: 1
}

.flex-block-price {
	display: flex;
	justify-content: flex-end
}

.flex-block-price.gray-background {
	background: #eaeff3;
	padding: 10px;
	margin-top: 22px
}

.main-slider-price-container{
	margin-top: auto;
}
/* End */


/* Start:/local/templates/altarent_2021 actual/css/product_item.css?16698038414947*/

.product-item{
    padding: 15px 0 15px;
    border-radius: 7px;
    box-shadow: 0 2px 10px rgb(0 0 0 / 20%);
    height: 100%;
    transition: transform .2s ease;
}
.product-item:hover{
    transform: translate3d(0, -.3125rem, 0);
    
}
.product-item-slide{
    padding: 10px;
    border:  none;
}
.product-item-slide .propsCard{
    margin-bottom: 10px;
}
.product-item div.price-block{
    height: unset;
    margin: 0;
}
.main-slider:not(.slick-initialized){
    display: flex;
    overflow: hidden;

    flex-wrap: wrap;
    justify-content: center;
}
.main-slider:not(.slick-initialized) .product-item-slide{
    max-width: 260px;
}
.main-slider .product-item-slide{
    width: max-content;    
}
.main-slider-price-container{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
}
.main-slider-btn{
    border: none;
    font-size: 16px;
    line-height: 22px;
    padding: 8px 20px 6px;
    color: white;
    background: #ff4419;
    box-shadow: 0 4px 10px rgb(0 0 0 / 10%);
    border-radius: 10px;
}
.main-slider-price{
    color: #444;
    margin-right: 8px;
    font-size: 18px;
    font-weight: 600;
}
.main-slider-price-title{
    text-align: center;
    margin-top: 5px;
}
.product-item-slide-title{
    font-size: 20px;
    height: 70px;
    overflow: hidden;
    padding: 0 10px;
    color: #e04622;
    line-height: 22px;
    font-weight: 400;
    display: block;
    text-align: center;
    margin-bottom: 10px;
}
.item-new-price-block{
    font-size: 18px;
    line-height: 21px;
    font-weight: 600;
    color: #444;
    text-align: right;
    padding-left: 25px;
    background-image: url('/local/templates/altarent_2021 actual/css/./../images/akciya-picture.png');
    background-size: 19px;
    background-repeat: no-repeat;
    background-position: left center;
    min-height: 19px;
    margin-top: 5px;
}
.line-view-price{
    display: none;
}
@media(min-width: 1201px){
    .catalog-section.line-view .main-slider-price-title, .catalog-section.line-view .block-view-price{
        display: none;
    }
    .catalog-section.line-view .product-item-slide-title{
        height: auto;
        font-weight: 600;
        font-size: 19px;
        line-height: 22px;
        text-align: left;
        padding-left: 259px;
    }
    .catalog-section.line-view .line-view-block-wrapper{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .product-item-image-wrapper{
        margin-bottom: 10px;
    }
    .catalog-section.line-view .product-item-image-wrapper{
        max-width: 240px;
        margin-bottom: 0;
        padding:0
    }
    .catalog-section.line-view .product-item-image-wrapper picture{
        display: flex;
        align-items: center;
    }
    .catalog-section.line-view .line-view-right-block{
        width: calc(100% - 259px);
    }
    .catalog-section.line-view div.propsCard{
        padding:0
    }
    .catalog-section.line-view .line-view-price{
        display: flex;
    }
    .catalog-section.line-view .sale-image-wrapper{
        display:flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin-bottom: 3px;
    }
    .catalog-section.line-view .sale-text{
        font-weight: 600;
        font-size: 12px;
        line-height: 14px;
        color: #FF4419;
    }
    .catalog-section.line-view .product-item div.price-block{
        width: 100%;
        margin-top: 20px;
        padding-top: 0;
        padding-bottom: 0;
        align-items: center;
        justify-content: space-between;
        column-gap: 10px;
    }
    .catalog-section.line-view .product-item div.price-block.gray-background{
        padding-top: 14px;
        padding-bottom: 14px;
    }
    .catalog-section.line-view .price-block-column{
        display: flex;
        align-items: flex-end;
        column-gap: 5px;
    }
    .catalog-section.line-view .price-block-column.price-block-sale{
        flex-direction: column;
        margin-right: 10px;
    }
    .catalog-section.line-view .price-block-column.price-block-shift{
        margin-right: 5px;
    }
    .catalog-section.line-view .price-value-wrapper{
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .catalog-section.line-view .price-value-text{
        font-size: 12px;
        line-height: 22px;
        color: #000;
    }
    .catalog-section.line-view .price-value{
        font-weight: bold;
        font-size: 18px;
        line-height: 24px;
        color: #FF4419;
    }
    .catalog-section.line-view .old-price{
        font-size: 10px;
        line-height: 14px;
        text-decoration-line: line-through;
        color: #777777;
    }
    .catalog-section.line-view .price-block-price-title{
        font-size: 14px;
        line-height: 22px;
        color: #000;
    }
    .catalog-section.line-view .button-wrapper{
        display: flex;
        justify-content: flex-end;
        flex-grow: 1;
    }
}
/* End */


/* Start:/local/templates/altarent_2021 actual/js/slick/slick.css?16698038411798*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;

    width: 100%;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    margin-left: auto;
    margin-right: auto;

    min-width: 100%;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;

}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


/* End */


/* Start:/local/templates/altarent_2021 actual/js/slick/slick-theme.css?16698038413145*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/local/templates/altarent_2021 actual/js/slick/./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/local/templates/altarent_2021 actual/js/slick/./fonts/slick.eot');
    src: url('/local/templates/altarent_2021 actual/js/slick/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('/local/templates/altarent_2021 actual/js/slick/./fonts/slick.woff') format('woff'), url('/local/templates/altarent_2021 actual/js/slick/./fonts/slick.ttf') format('truetype'), url('/local/templates/altarent_2021 actual/js/slick/./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* End */


/* Start:/local/templates/altarent_2021 actual/components/bitrix/catalog.item/itemSlider/style.css?17472710482715*/
.product-item {
    padding: 25px 0 0;
    border-radius: 7px;
    box-shadow: 0 2px 10px rgb(0 0 0 / 20%);
    height: 100%;
    transition: transform .2s ease;
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
}

/* .product-item.product-item_promo{
    padding: 25px 0 0;
} */

.product-item__title {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    /* color: #FF4419; */
    color: #000;
    text-align: center;
    display: block;
    padding: 0 10px;
    grid-area: product-item__title;
}

.product-item__btn-container{
    display: flex;
    justify-content: center;
}
.product-item__btn{
    border: none;
    font-size: 14px;
    padding: 8px 20px 6px;
    color: white;
    background: #ff4419;
    box-shadow: 0 4px 10px rgb(0 0 0 / 10%);
    border-radius: 10px;
}

.product-item__btn:hover,
.product-item__btn:focus{
    text-decoration: underline;
}

.product-item__price{
    display: flex;
    justify-content: center;
    padding: 15px;
}

.product__price-bottom{
    margin-top: auto;
    padding: 15px 10px;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-evenly;
    grid-area: product__price-bottom;
}

.product__price-bottom.product__price-bottom_gray{
    background: #eaeff3;
    
}

.product__price-container{
    text-align: center;
    width: max-content;
    color: #555;
    line-height: 120%;
    flex: none;
}

.product__price-container.product__price-container_hour {
    display: none;
}

.product__price-value{
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    white-space: nowrap;
}
.product__price-title{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
}

.product__price-old-value{
    text-decoration: line-through;
    white-space: nowrap;
}

.product-item__img{
    display: block;
    height: 150px;
    padding: 0 10px;
    grid-area: product-item__img;
}

.product-item__img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.product-item__props{
    grid-area: product-item__props;
}
.product-item .propsCard{
    height: auto!important;
}

.product-item__promo{
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    background: #FF4419;
    border-radius: 6px 0px;
    text-transform: uppercase;
    color: #FFFFFF;
    position: absolute;
    left: 0;
    top: 0;
    padding: 5px 10px 5px 33px;
    background-image: url('/local/img/promo-icon.png');
    background-repeat: no-repeat;
    background-position: 10px center;
}

.stati-page__slider{
    padding: 40px 0;
}

.stati-page__slider h2 {
    margin-bottom: 20px;
}
/* End */


/* Start:/local/templates/altarent_2021 actual/components/bitrix/news.list/weInNum/style.css?1747271414789*/
.stats {
  padding: 40px 0;
  font-family: Arial, sans-serif;
}
.stats h2 {
  font-size: 24px;
  margin-bottom: 20px;
}
.stats-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.stat-item {
  max-width: 261px;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 15px 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.stat-number {
  color: #EB5430;
  font-family: Open Sans;
  font-weight: 800;
  font-size: 54px;
  line-height: 130%;
}
.stat-label {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
}

@media (max-width: 1105px) {
  .stats-grid{
    gap: 15px;
    justify-content: center;
  }

}

@media (max-width: 600px) {
  .stats-grid {
    flex-direction: column;
    align-content: center;
  }
}
/* End */


/* Start:/local/templates/altarent_2021 actual/components/bitrix/news.list/text_block_with_image/style.css?17472715991260*/
.delivery-zones-block {
  padding: 60px 0;
  box-sizing: border-box;
}
.delivery-zones-block .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.delivery-zones-block .text-block {
  flex: 1 1 100%;
  max-width: 100%;
  line-height: 24px;
}
.delivery-zones-block .image-block img,
.delivery-zones-block .adaptive-image img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}

.delivery-zones-block .text-block h2 {
  margin: 0 0 20px;
}


/* Скрываем моб. изображение на десктопе и наоборот */
.desktop-only {
  display: block;
}
.mobile-only {
  display: none;
}

/* Адаптив */
@media (min-width: 768px) {
  .delivery-zones-block .content-wrapper {
      flex-wrap: nowrap;
  }
  .delivery-zones-block .text-block {
      flex: 1 1 50%;
      max-width: 50%;
      padding-right: 30px;
  }
  .delivery-zones-block .image-block {
      flex: 1 1 50%;
      max-width: 50%;
  }
  .mobile-only {
      display: none;
  }
  .desktop-only {
      display: block;
  }
}

@media (max-width: 767px) {
  .desktop-only {
      display: none;
  }
  .mobile-only {
      display: block;
      margin: 20px 0;
  }
}
/* End */
/* /local/templates/altarent_2021 actual/components/bitrix/news.list/hero_banner/style.css?1747270402870 */
/* /local/templates/altarent_2021 actual/components/bitrix/system.pagenavigation/visual_25/style.css?17471327465329 */
/* /local/templates/altarent_2021 actual/components/bitrix/news/template2/bitrix/news.list/.default/style.css?17472706621158 */
/* /local/templates/altarent_2021 actual/components/bitrix/news.list/advantages/style.css?1747137168816 */
/* /local/templates/altarent_2021 actual/components/bitrix/catalog.section/CardSlider/style.css?17471798612236 */
/* /local/templates/altarent_2021 actual/css/product_item.css?16698038414947 */
/* /local/templates/altarent_2021 actual/js/slick/slick.css?16698038411798 */
/* /local/templates/altarent_2021 actual/js/slick/slick-theme.css?16698038413145 */
/* /local/templates/altarent_2021 actual/components/bitrix/catalog.item/itemSlider/style.css?17472710482715 */
/* /local/templates/altarent_2021 actual/components/bitrix/news.list/weInNum/style.css?1747271414789 */
/* /local/templates/altarent_2021 actual/components/bitrix/news.list/text_block_with_image/style.css?17472715991260 */
